/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* FONTS */
@font-face {
    font-family: "helveticalight";
    src: url("../font/HelveticaNeueLTStd-Lt.otf");
    font-weight: normal;
    font-style: normal;
}

*{
    font-family: "helveticalight";
}

html, body{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
    opacity: 0;
    overflow-x: hidden;
    width: 100vw;
    position: relative;
}

.bodyappear{
    opacity: 1 !important;
    transition: all .8s ease-out;
}

#hello1{
    width:100vw;
    height:100vh;
    position: fixed;
    top:0;
    left:0;
    z-index:300;
    background-image:url(../img/bignoix.jpg);
    background-size: cover;
    background-position: center;
    -webkit-animation: desappear 1s 1 2s;
    -webkit-animation-fill-mode: forwards;
    animation: desappear 1s 1 2s;
    animation-fill-mode: forwards;
}

#hello2{
    width:100vw;
    height:100vh;
    position: fixed;
    top:0;
    left:0;
    z-index:300;
    background-image:url(../img/bigenergie.jpg);
    background-size: cover;
    background-position: center;
    -webkit-animation: desappear 1s 1 2s;
    -webkit-animation-fill-mode: forwards;
    animation: desappear 1s 1 2s;
    animation-fill-mode: forwards;
}

#hello3{
    width:100vw;
    height:100vh;
    position: fixed;
    top:0;
    left:0;
    z-index:300;
    background-image:url(../img/bigpassion.jpg);
    background-size: cover;
    background-position: center;
    -webkit-animation: desappear 1s 1 2s;
    -webkit-animation-fill-mode: forwards;
    animation: desappear 1s 1 2s;
    animation-fill-mode: forwards;
}

.item{
    display: none;
}

@keyframes desappear {
    0%   {width:100%;opacity: 1;}
    50%   {width:100%; opacity: 0;}
    100% {width:0;opacity: 0;}
}

a{
    cursor: pointer;
    color: #000;
}

a:hover, a:visited{
    color: #000;
}

header a:hover{
    border-bottom:3px solid #86BB22;
    color: #fff;
}

.active{
    border-bottom:3px solid #86BB22;
}

footer a:hover{
    border-bottom:3px solid #86BB22;
    color: #000;
}

header h1 a:hover{
    border:none;
}

header a{
    color:#fff;
}
header a:visited{
    color:#fff;
}

footer a{
    color:#000;
}

h1, h2, h3, ul, li, p{
    margin:0;

}

.grid-x{
    padding: 0 5vw;
    position: relative;
}

/* ==== Header ==== */

header{
    height:100vh;
    padding-top:25px !important;
    position: relative;
}

header h1 img{
    margin-top:20px;
}

header h2{
    position: absolute;
    bottom:-105px;
    opacity: 0;
    font-size:80px;
    line-height:85px;
    color:#fff;
    font-family: "helveticalight";
}

.come{
    bottom:25px !important;
    opacity: 1 !important;
    transition:all 1s 2s ease-in-out;
}
.comeentreprise{
    bottom:25px;
    opacity: 1;
    transition:all 1s ease-in-out;
}

header ul{
    margin-top: 20px;
}

header ul li{
    list-style-type: none;
    font-size:25px;
    line-height: 40px;
    text-align: right;
}

header ul li a{
    color:#fff;
}

header .scroll img{
    height:100px;
    position: absolute;
    margin-left: -20px;
    bottom:40px;
    animation:scroll 1s cubic-bezier(.73,.28,.69,.72) infinite;
}

@keyframes scroll{
    0%{bottom:50px;}
    50%{bottom:40px;}
    100%{bottom:50px;}
    
}

#slider{
    height:100vh;
    background-size: contain;
    opacity: 0;
}

.sliderappear{
    opacity: 1 !important;
    transition: all .8s 1s ease-out;
}

/* ==== About ==== */

#about .text{
    background: #86BB22;
}

#about .grid-x{
    padding:0 0 0 5vw;
    display: flex;
    align-items: center;
}

#about ul li:first-child {
    padding-bottom: 40px;
  }

#about ul li span{
        padding-left: -10px;
        position: absolute;
        padding-left: 15px;
}

#about ul li{
    list-style-type: none;
    font-size:40px;
    padding-bottom: 5px;
}

#about li img{
    width:60px;
}

#about .text{
    color: #fff;
    padding:200px 5vw 200px 5vw;
}

#about .text p{
    font-size: 40px;
    line-height: 55px;
}


/* ==== Skills ==== */

#skills .grid-x{
    position: relative;
}

#skills{
    background:#F5F5F5;
    padding-top:100px;
    position: relative;
}

h3{
    font-size: 80px;
    line-height: 85px;
    font-family: "helveticalight";
}

#skills p{
    font-size:25px;
    line-height: 35px;
    padding-top:25px;
}

#skills .text{
    position: relative;
    height:185px;
    padding:50px;
    background: #fff;
    margin-top:-100px;
    margin-bottom:100px;
    box-shadow: 10px 10px 25px rgba(0,0,0,0.05);
    width: fit-content;
}

#skills #lignemac{
    position: absolute;
    height:100%;
    left:-40px;
    width:20px;
    background:#86BB22;
}

#skills #maconnerie{
    position: relative;
}
#skills #lignebet{
    position: absolute;
    height:100%;
    top:0;
    right:-40px;
    width:20px;
    background:#86BB22;
}

#skills #beton{
    position: relative;
}
#skills #terrassement{
    position: relative;
}
#skills #ligneter{
    position: absolute;
    left:-60px;
    height:100%;
    width:20px;
    background:#86BB22;
    margin-left:20px;
}
#skills #lignerev{
    position: absolute;
    height:100%;
    top:0;
    right:-40px;
    width:20px;
    background:#86BB22;
}
#skills #renovation{
    position: relative;
}
#skills img{
    width: 100%;
}

.fleche, .flechenext{
    height: 50px;
    position: relative;
    margin-top: 50px;
}

.fleche img{
    position: absolute;
    bottom:50px;
    right:5px;
    height:35px;
}
.flechenext img{
    height:35px;
    transform: rotate(90deg);
}
.flechenext a{
    position: absolute;
    bottom: 0;
    right:5px;
}
.flechenext a p{
    position: absolute;
    bottom: 0;
    left: -50px;
    color: #86BB22;
}

/* -------- Footer -------- */

footer{
    padding:100px 0 80px 0;
}

footer ul{
    margin-top:5px;
}

footer ul li{
    list-style-type: none;
    font-size:25px;
}

footer .leg{
    font-size:13px;
    padding-top:50px;
}

/* -------- Réalisations -------- */

#realisations nav ul li a{
    color: #000;
}

#realisations header{
    background: #F5F5F5;
    height: 170px;
}

#realisations section{
    background: #F5F5F5;
    padding-top:70px;
}

#realisations section img{
    padding-right: 40px;
}

#realisations section .proj{
    position: relative;
    margin-bottom: 100px;
}

#realisations section .text{
    position: absolute;
    font-size: 40px;
    line-height: 55px;
    height:100px;
    right: 20px;
    padding:30px;
    background: #fff;
    margin-top:-50px;
    box-shadow: 10px 10px 25px rgba(0,0,0,0.05);
}

#realisations section .marge{
    margin-top: 25vh;
}
#realisations section .contre-marge{
    margin-top: -25vh;
}

#realisations #projetsolo{
    padding-bottom: 100px;
    position: relative;
}


#realisations #projetsolo .fleche, #realisations #projetsolo .flechenext{
    margin-top: 150px;
}

#realisations #projetsolo .soloprojtext{
    display: flex;
}

#realisations #projetsolo .fleche img{
    position: absolute;
    bottom: 0;
    right: 90%;
}

#realisations #projetsolo .textsolo{
    font-size: 40px;
    line-height: 55px;
    align-items: center;
    display: flex;
    padding-left: 20px;
}

#realisations #projetsolo .gallery{
    margin-top: 125px;
}

#realisations #projetsolo .projphoto2{
    margin-top: 400px;
}

#realisations #projetsolo .projphoto3{
    margin-top: -200px;
}

#realisations #projetsolo .projphoto4{
    margin-top: 125px;
}

#realisations #projetsolo .projphoto5{
    margin-top: 350px;
}

#realisations #projetsolo .projphoto6{
    margin-top: -200px;
}

#realisations #projetsolo .projphoto7 {
    margin-top: 200px;
}

/* -------- Entreprise -------- */

#entreprise header{
    height: 100vh;
    background: linear-gradient(0deg, rgba(0,0,0,0.3029805672268907) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.30017944677871145) 100%);
}
#entreprise header h2{
    color: #fff;
}

#vidcontain{
    height: 100vh;
    width: 100vw;
    position: absolute;
}

#myVideo {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  #myVideomobile {
    display: none;
  }
  #myVideosmart {
    display: none;
  }

  #entreprise #about{
    background: #F5F5F5;
    border-left: 20px solid #86BB22;
    z-index: 10;
    position: relative;
}
#entreprise #about .text{
    background: none;
}
#entreprise #about .text p{
    background: none;
    font-size: 25px;
    line-height: 35px;
    color: #000;
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    #hello1, #hello2, #hello3{
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #fff;
    }
    .come {
        bottom: 50px !important;
        opacity: 1 !important;
        transition: all 1s 2s ease-in-out;
      }
      @keyframes scroll{
        0%{bottom:75px;}
        50%{bottom:70px;}
        100%{bottom:75px;}
        
    }
    #realisations section .marge {
        margin-top: 10vh;
      }
      #realisations section .contre-marge {
        margin-top: -10vh;
      }
      #entreprise header {
        height: 50vh;
      }
      #vidcontain {
        height: 50vh;
      }
  }

  /* Landscape */
@media only screen 
and (min-width: 1024px) 
and (max-height: 1366px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 1.5) {
    #entreprise header {
        height: 90vh;
      }
      #vidcontain {
        height: 90vh;
      }
}

/* -------- IPAD -------- */

@media only screen 
and (min-device-width: 768px) and  (max-device-width: 1023px), (min-width: 768px)  and (max-width: 1023px)   {
 
    
    .grid-container {
        padding-right: 2.7375rem;
        padding-left: 2.7375rem;
    }

    header h2{
    font-size:80px;
    line-height:75px;
}
    
    #hello1{
    background-image:url(../img/bignoixvert.jpg);
        background-position: center;
}

#hello2{
    background-image:url(../img/bigenergievert.jpg);
    background-position: center;
}

#hello3{
    background-image:url(../img/bigpassionvert.jpg);
    background-position: center;
}

.come{
    bottom:40px;
}

@keyframes scroll{
    0%{bottom:65px;}
    50%{bottom:60px;}
    100%{bottom:65px;}
    
}
    
    #about p {
    font-size: 39px;
    line-height: 50px;
}
    
    #about ul li{
    font-size:25px;
    }

    #about .text p {
        font-size: 25px;
        line-height: 35px;
      }
      #about .text {
        color: #fff;
        padding: 150px 5vw 200px 5vw;
      }
    
    #about .soul{
   border-bottom:0 solid #86BB22; 
    cursor:none;
}
    
    footer ul li {
    font-size: 21px;}

    #skills p {
    font-size: 21px;
    line-height: 31px;
    padding-top:5px;}
    
    #skills h3 {
    font-size: 75px;
    line-height: 85px;
    }
    
    #skills #betontext{
    padding:35px;
    height:150px;
    margin-bottom: 100px;
    margin-top:-75px;
    }
    
    #skills #lignebet{
    height:100%;
    top:0;
    right:-40px;
    width:20px;
    }
    
    #skills #mactext{
    padding:35px;
    height:150px;
    margin-bottom: 100px;
    margin-top:-75px;
    }
    
    #skills #lignemac{
    height:100%;
    left:-40px;
    width:20px;
    }
    
    #skills #revtext{
    height:150px;
    padding:35px;
    margin-top:-75px;
    margin-bottom:150px;
}
    #skills #lignerev{
    height:100%;
    top:0;
    right:-40px;
    width:20px;
}

#realisations section .marge {
  margin-top: 5vh;
}

#realisations section .contre-marge {
    margin-top: 5vh;
  }

  #realisations #projetsolo .gallery {
    margin-top: 0;
  }

  #realisations section .gallery img {
    margin-top: 100px;
  }

  #realisations #projetsolo .textsolo {
    padding-top: 50px;
  }

  #realisations #projetsolo .projphoto2 {
    margin-top: 0;
  }
  #realisations #projetsolo .projphoto3 {
    margin-top: 0;
  }
  #realisations #projetsolo .projphoto4 {
    margin-top: 0;
  }
  #realisations #projetsolo .projphoto5 {
    margin-top: 0;
  }
  #realisations #projetsolo .projphoto6 {
    margin-top: 0;
  }
  #realisations #projetsolo .projphoto7 {
    margin-top: 0;
  }
  #realisations #projetsolo .fleche, #realisations #projetsolo .flechenext {
    margin-top: 50px;
  }

  #entreprise #about .text p{
    font-size: 25px;
    line-height: 35px;
    color: #000;
    column-count: 1;
}
#myVideo {
    display: none;
  }
  #myVideosmart {
    display: none;
  }
  #myVideomobile {
    position: absolute;
    display: block;
    left: 0;
    top: -10px;
    max-width: 120vw;
  }

}


/* IPHONE */

@media only screen 
and (max-device-width: 768px), (max-width:768px)  {

    .grid-container {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    
        #hello1{
    background-image:url(../img/bignoixvert.jpg);
            background-position: center;
}

#hello2{
    background-image:url(../img/bigenergievert.jpg);
    background-position: center;
}

#hello3{
    background-image:url(../img/bigpassionvert.jpg);
    background-position: center;
}
    
    header h2 {
    font-size: 55px;
    line-height: 55px;
    }
    
    @keyframes scroll{
    0%{bottom:170px;}
    50%{bottom:175px;}
    100%{bottom:170px;}
    
    }

    #myVideosmart {
        position: absolute;
        left: 0;
        top: -4px;
        max-width: 125vw;
        max-height: 101vh;
        display: none;
      }
      #myVideo {
        display: none;
      }
      #myVideomobile {
        display: none;
      }

      .videocome{
        display: block !important;
      }
      #videoimagemobile {
        position: absolute;
        display: block;
        left: 0;
        top: -4px;
        max-width: 125vw;
        max-height: 101vh;
        z-index: -10;
      }
    
    .come{
    bottom:100px;
    opacity: 1;
    transition:all 1s 2s ease-in-out;
    }
    .comeentreprise{
        bottom:100px;
        }
    #about .grid-x {
        padding: 0 0 0 0;
      }
      
      #about ul{
        padding-left: 10vw;
        margin-top: 50px;
      }
    
     #about p {
    font-size: 25px;
    line-height: 35px;}
    
    #about .text {
        color: #fff;
        padding: 50px 5vw 50px 10vw;
      }

      #about .text p {
        font-size: 25px;
        line-height: 35px;
      }

    #about ul li:first-child {
        padding-left: 7px;
        padding-bottom: 21px;
      }
    
    #about ul li{
    font-size:25px;
    display: block;
    margin-top:0;
    padding-bottom: 21px;
    }

    #about ul li:nth-child(3){
        margin-top:-15px;
    }
    #about ul li:nth-child(4){
        margin-top:-15px;
    }

    #about li img {
        width: 40px;
      }
    
    #skills{
        padding-top: 50px;  
    }
    
    #skills p {
    font-size: 19px;
    line-height: 29px;
    padding-top:5px;}
    
    #skills h3 {
    font-size: 50px;
    line-height: 60px;
    }
    
    #skills #mactext{
    padding:20px;
    height:100px;
    margin-bottom: 65px;
    margin-top:-30px;
    }

    #skills #lignemac{
        height:100%;
        left:-20px;
        width:10px;
    }


    #skills #betontext{
        padding:20px;
        height:100px;
        margin-bottom: 65px;
        margin-top:-30px;
    }

    #skills #lignebet{
        height:100%;
        top:0;
        right:-20px;
        width:10px;
    }

    #skills #ligneter{
        height:100%;
        left:-40px;
        width:10px;
    }

    #skills #revtext{
        height:100px;
        padding:20px;
        margin-top:-30px;
        margin-bottom:100px;
    }

#skills #lignerev{
    height:100%;
    top:0;
    right:-20px;
    width:10px;
}
#skills .text {
    height: auto;
    padding: 20px;
    margin-top: -50px;
  }
    
    .fleche img{
    bottom:20px;
    }
    
    footer ul li {
    font-size: 19px;}
    
    footer img{
    margin-left:0;
        margin-bottom:20px;
    }
    
    footer {
    padding: 50px 0 50px 0;
    }

    #realisations section .text {
        font-size: 25px;
        line-height: 35px;
        height: auto;
        padding: 20px;
        margin-top: -50px;
      }

      #realisations section .proj {
        position: relative;
        margin-bottom: 100px;
      }

    #realisations section .marge {
        margin-top: 0;
      }
      
      #realisations section .contre-marge {
          margin-top: 0;
        }
      
        #realisations #projetsolo .gallery {
          margin-top: 0;
        }
      
        #realisations section .gallery img {
          margin-top: 50px;
        }
      
        #realisations #projetsolo .textsolo {
          padding-top: 30px;
        }
      
        #realisations #projetsolo .projphoto2 {
          margin-top: 0;
        }
        #realisations #projetsolo .projphoto3 {
          margin-top: 0;
        }
        #realisations #projetsolo .projphoto4 {
          margin-top: 0;
        }
        #realisations #projetsolo .projphoto5 {
          margin-top: 0;
        }
        #realisations #projetsolo .projphoto6 {
          margin-top: 0;
        }
        #realisations #projetsolo .projphoto7 {
            margin-top: 0;
          }
        #realisations #projetsolo .fleche, #realisations #projetsolo .flechenext {
          margin-top: 50px;
        }
        #realisations #projetsolo .textsolo {
            font-size: 25px;
            line-height: 35px;
            padding-left: 20px;
          }
          #realisations #projetsolo .fleche img {
            right: 80%;
          }
          .flechenext a {
            right: 5vw;
          }
          #realisations #projetsolo {
            padding-bottom: 50px;
          }
          #entreprise #about .text p{
            font-size: 19px;
            line-height: 29px;
            color: #000;
            column-count: 1;
        }
          header{
            height: 90vh;
        }
        #slider {
            height: 90vh;

          }

    
}

/* MINI PHONE */

@media only screen 
and (max-device-width: 375px), (max-width:375px)  { 

    header h2 {
        font-size: 40px;
        line-height: 40px;
        }

        #hello1{
            background-image:url(../img/bignoixvert.jpg);
                    background-position: center;
        }
        
        #hello2{
            background-image:url(../img/bigenergievert.jpg);
            background-position: center;
        }
        
        #hello3{
            background-image:url(../img/bigpassionvert.jpg);
            background-position: center;
        }

        .come{
            bottom:100px;
            opacity: 1;
            transition:all 1s 2s ease-in-out;
            }

            @keyframes scroll{
                0%{bottom:170px;}
                50%{bottom:175px;}
                100%{bottom:170px;}
                
                }
            
             #about p {
            font-size: 20px;
            line-height: 30px;}
        
            
            #about ul li{
            font-size:25px;
            display: block;
            margin-top:0;
            }
        
            #about ul li:nth-child(3){
                margin-top:-15px;
            }
            #about ul li:nth-child(4){
                margin-top:-15px;
            }

            #skills{
                padding-top: 50px;  
            }
            
            #skills p {
            font-size: 16px;
            line-height: 26px;
            padding-top:5px;}
            
            #skills h3 {
            font-size: 40px;
            line-height: 50px;
            }
            
            #skills #mactext{
            padding:20px;
            height:80px;
            margin-bottom: 65px;
            margin-top:-30px;
        }
        
        #skills #lignemac{
            height:100%;
            left:-20px;
            width:10px;
        }
        
        
        #skills #betontext{
            padding:20px;
            height:80px;
            margin-bottom: 65px;
            margin-top:-30px;
        }
        
        #skills #lignebet{
            height:100%;
            top:0;
            right:-20px;
            width:10px;
        }
        
        #skills #ligneter{
            height:100%;
            left:-40px;
            width:10px;
        }
        
        #skills #revtext{
            height:80px;
            padding:20px;
            margin-top:-30px;
            margin-bottom:100px;
        }
        
        #skills #lignerev{
            height:100%;
            top:0;
            right:-20px;
            width:10px;
        }
            
            .fleche img{
            bottom:20px;
            }
            
            footer ul li {
            font-size: 19px;}
            
            footer img{
            margin-left:0;
                margin-bottom:20px;
            }
            
            footer {
            padding: 50px 0 50px 0;
            }

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

