@import url('https://fonts.googleapis.com/css?family=Dosis|Roboto|Rubik&display=swap');

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #333;
}

p {
    font-family: 'Roboto', sans-serif;
}

h3 {margin-bottom: 0px;}

.cy {display:none;}
/*.en {display:none;}*/

.englishButton{background: #444444; color: #FFFFFF; padding:20px; border-radius: 50px; width: 10px;}

.cymraegButton{background: #444444; color: #FFFFFF; padding:20px; border-radius: 50px; width: 10px;}

.lang--menu{display: block;}

.italics {
    font-style: italic;
}

.tiny {
    font-size: 12px;
}

.bold {
	font-weight: bold;
}

.coll {display: inline;
  margin: 0;
}



.asvbox {
    max-width: 800px;
    padding: 5px 20px 5px 20px;
    border: 2px solid #ccc;
    border-radius: 25px;
    margin-bottom: 15px;
    postion: absolute;
}

.red {
    background: rgb(255,161,161);
    background: linear-gradient(156deg, rgba(255,161,161,.5) 0%, rgba(255,255,255,1) 100%);
}

.blue {
    background: rgb(161,171,255);
    background: linear-gradient(156deg, rgba(161,171,255,.5) 0%, rgba(255,255,255,1) 100%);   
}

.green {
    background: rgb(161,255,188);
    background: linear-gradient(156deg, rgba(161,255,188,.5) 0%, rgba(255,255,255,1) 100%);
}

.yellow {
    background: rgb(245,255,161);
    background: linear-gradient(156deg, rgba(245,255,161,.5) 0%, rgba(255,255,255,1) 100%);
}

.purple {
    background: rgb(211,161,255);
    background: linear-gradient(156deg, rgba(211,161,255,.5) 0%, rgba(255,255,255,1) 100%);
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 10px;} 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.pdfholder {display: table-row;}
.pdficon {width: 3em; display: table-cell; vertical-align: middle;}
.pdfdesc {display: table-cell; padding-left:1em; vertical-align: top;}
.pdflogoimage {width: 2.7em;}
.assignmentbullet {font-size: 16px;}

.arrow {margin-right:10px; padding-top:5px;}

header {
  position: relative;
  /*top: 0;
  left: 0;*/
  z-index: 999;

  width: 100%;
  height: 50px;

  background: #eee;
  box-shadow: rgba(0, 0, 0, 0.5) 0 -20px 20px 20px;
}

header h1 {
  margin: 0;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 18px;
  float: left;
}

.animationgif {
    width: 100%;
    height: auto;
}

.wrapper {
  /*margin-top: 50px;*/
  padding: 15px 30px;
  transition: all 0.3s ease-out;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* Small devices (tablets)
==========================*/
@media (min-width: 768px) {

}


/* Medium devices (desktops)
==========================*/
@media (min-width: 992px) {

  body {
    overflow-y: scroll;
  }

  .logo img {
    width: 200px;
    text-align: center;
    margin-top: 10px;
    float: none;
  }

  .wrapper {
    margin-left: 200px;
  }

  .wrapper__minify {
    margin-left: 50px;
  }

}
