@font-face{
font-family:'hanson';
src:url("Hanson-Bold.ttf");
}
body {
    background-color:blue;
    color:black;
    font-family:hanson;
    margin-bottom:5px;

}

a{
    color:#0A3249;
    display:block;
    margin:5px;
}


.tab1{
    width:100%;

    border-bottom: 1px solid #3B649A;
    border-top: 1px solid #3B649A;
       }


.sp1:hover{
    background-color:#AAD7F0;
    font-color:red;
}
.sp1{
    width:50%;
    background-color:#E0DED5;
    opacity:70%;
}

.sp2:hover{
     background-color:#AAD7F0;
}

.sp2{
    width:50%;
    background-color:#E0DED5;
    opacity:70%;
}

.d1{
 border: 1px solid #3B649A;

 background-color:#E5EDCF;
 opacity:50%;
}
.d2{

 color:#5A87A0;
 opacity:100%;
}

/*
menü
*/

.menu{
    background-color: white;
    opacity:70%;
}

#topmenu{
}
#topmenu nav{
    display:block;
}
#topmenu:hover nav{
    display:block;

}

#topmenubtn{
    background-color:#d4a7a2;
    width:85px;
    font-size: 35px;
}

nav{
color:white;


}

nav > ul > li > ul{
display: none;

}
nav > ul > li:hover >ul{
display: block;
}


ul{
list-style-type: none;

}

nav > ul > li {
float: left
width:150px;

}

nav a{
color:#3E2A53;
text-decoration:none;
font-size:24px;

}

nav a:visited{
color:#3E2A53
text-decoration:none;
font-size:24px;
}

nav li {
height:40px;
background-color:#f4ccba
}


* {
    /* If you set box-sizing: border-box; on an element, padding and border are included in the width and height */
    box-sizing: border-box;
}

/* Using 12 columns. 100% / 12 = 8.33% */
.col-s-1 {
    width: 8.33%;
}

.col-s-2 {
    width: 16.66%;
}

.col-s-3 {
    width: 25%;
}

.col-s-4 {
    width: 33.33%;
}

.col-s-5 {
    width: 41.66%;
}

.col-s-6 {
    width: 50%;
}

.col-s-7 {
    width: 58.33%;
}

.col-s-8 {
    width: 66.66%;
}

.col-s-9 {
    width: 75%;
}

.col-s-10 {
    width: 83.33%;
}

.col-s-11 {
    width: 91.66%;
}

.col-s-12 {
    width: 100%;
}

/*
 Attribute selector
 `class*` -> class containing "col-"
 */
[class*="col-"] {
    padding: 15px;
    float: left;
    /*border: 1px solid red;*/
}

/* reset some things after using `row` class */
.row::after {
    content: "";
    clear: both;
    display: table;


}


/**************************************
* The usual styling stuff comes below *
***************************************/

html {
    font-family: "Lucida Sans", sans-serif;
}



a {
    text-decoration: none;
    color: #545454;
}

a:hover {
    text-decoration: underline;
}

.story-recommended {
    background-color: rgba(1, 148, 154, 0.63);
    /*color: #E5DDC8;*/
    padding: 15px;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 34px;
    }
    a { color: black;
    }

}

@media screen and (min-width: 786px){
.col-m-1 {
      width: 8.33%;
  }

  .col-m-2 {
      width: 16.66%;
  }

  .col-m-3 {
      width: 25%;
  }

  .col-m-4 {
      width: 33.33%;
  }

  .col-m-5 {
      width: 41.66%;
  }

  .col-m-6 {
      width: 50%;
  }

  .col-m-7 {
      width: 58.33%;
  }

  .col-m-8 {
      width: 66.66%;
  }

  .col-m-9 {
      width: 75%;
  }

  .col-m-10 {
      width: 83.33%;
  }

  .col-m-11 {
      width: 91.66%;
  }

  .col-m-12 {
      width: 100%;
  }

}

@media screen and (min-width: 992px){
.col-l-1 {
    width: 8.33333%;
}

.col-l-2 {
    width: 16.66%;
}

.col-l-3 {
    width: 25%;
}

.col-l-4 {
    width: 33.33%;
}

.col-l-5 {
    width: 41.66%;
}

.col-l-6 {
    width: 50%;
}

.col-l-7 {
    width: 58.33%;
}

.col-l-8 {
    width: 66.66%;
}

.col-l-9 {
    width: 75%;
}

.col-l-10 {
    width: 83.33%;
}

.col-l-11 {
    width: 91.66%;
}

.col-l-12 {
    width: 100%;
}

}
