@import url('https://fonts.googleapis.com/css2?family=Londrina+Outline&family=Montserrat&family=Sail&display=swap');
/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 0rem;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
font-family: 'Monserrat', sans-serif;
  margin-bottom: 40px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px; /* Set the fixed height of the footer here */
}

.footer p {
font-size: .8em;
}


img {
width:100%;
height: auto;
}

.article img {
float:left;
width: 50%;
height: auto;
}
/* youtube video*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


#nulla {position: relative;
padding: 82px 0 71px;
background-image: url(images/603.jpg);
background-size: cover;
text-center;}

#nulla a {
color: white;}

#media {
	position:relative;
	padding:82px 0 71px;
	background-image: url(images/nulla_bg.jpg);
	background-size:cover;
}
.media_fill {
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(images/nulla_fill.png);
    opacity: 0.9;
}

#media img, #media i{
position: relative;
z-index: 9999;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}*/

h1, h2, h3, h4, h5, h6 {
font-family: 'Raleway', sans-serif;
}

h1 {
font-size: 3em;
}

h2 {
font-size: 2.5em;
}

h3 {
font-size: 2em;
}

h4 {
font-size: 1.5em;
}

p,  nav {
font-size: 0.9em;
}

nav img {
height: 45px;
width:auto;
}

header {
min-height: 100px;
}

#contacts a, #contacts a:hover {
color: white;
}

/* Carousel */
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
color: white;
}

.carousel-item h1 {
padding:0;
margin:0;
font-size: 5em;
line-height: 1em;
text-shadow: 1px 1px grey;
font-family: 'Niconne', cursive;
}

/*.carousel-item p {
padding:0;
margin:0;
font-size: 1.0em;
line-height: 2em;
}*/

.centered {
  position:absolute;
  top: 30%;
  left: 20%;
  right: 20%;
  z-index: 3;
  text-align:center;
  }

.centered img {
height: 250px; width:auto;
}

.jumbotron {
margin:0;
border-radius :0;
}

/* Forms */

form #website{ display:none; }

/* Cards */

.card {
border:0;
border-radius: 5px;
}

.lt-orange {
background-color: #ffb700;
}

.red {
background-color: #f15701;
}

.dk-orange {
background-color: #ff8702;
}

.lt-green {
background-color: #b5e201;
}

.dk-green {
background-color: #01ab02;
}

.bg-primary{
background-color: #00b9d5;
}

.blue {
background-color: #0160d4;
}

/* Small devices (portrait tablets and large phones, 320px and smaller (down) */
    @media only screen and (max-width: 320px) {
      h1 {
          font-size:  30px;
        }
        h2 {
          font-size:  24px;
        }
        
        h3 {
          font-size:  18px;
        }
 
        h4 {
font-size: 16px;
}
      
        p {
          font-size:  14px;
        }
        ul {
          font-size: 12px;
        }

  
    }
     /* Extra small devices (phones, 320px and up) */
     @media only screen and (min-width: 320px) {
   
.carousel-item h1 {
font-size: 28px;
}   
.carousel-item h1 span {
font-size: 48px;
}
       
        .centered {
        position:absolute;
        top: 30%;
        left: 25%;
        right: 25%;
        z-index: 3;
        text-align:center;
        } 
 
    } 


    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media only screen and (min-width: 600px) {
        h1 {
          font-size:  32px;
        }
        h2 {
          font-size:  26px;
        }
        
        h3 {
          font-size:  20px;
        }
        h4 {
font-size: 18px;
}
 
      
        p {
          font-size:  16px;
        }
        ul {
          font-size: 14px;
        }
   

    } 
    
    /* Medium devices (landscape tablets, 768px and up) */
    @media only screen and (min-width: 768px) {

.navbar-brand {
display:none;
}
    } 
    
    /* Large devices (laptops/desktops, 992px and up) */
    @media only screen and (min-width: 992px) {  
    } 
    
    /* Extra large devices (large laptops and desktops, 1200px and up) */
    @media only screen and (min-width: 1200px) {

        h1 {
          font-size:  34px;
        }
        h2 {
          font-size:  28px;
        }
        
        h3 {
          font-size:  22px;
        }
 
        h4 {
font-size: 20px;
}
      
        p {
          font-size:  18px;

        }
        ul {
          font-size: 16px;
        }

.carousel-item h1 span {

font-size: 72px;
line-height: 60px;

}

.carousel-item p.lead {

font-size: 18px;
line-height: 24px;

}

.centered {
  position:absolute;
  top: 30%;
  left: 20%;
  right: 20%;
  z-index: 3;
  text-align:center;
  }


      
    }



