/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.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;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   SCROLLBAR
   ========================================================================== */

::-webkit-scrollbar  {
    width: 8px;
    height:8px;
    transition: all .5s ease 0s;
}

::-webkit-scrollbar-thumb  {
    background-color:rgba(255,255,255,.5);
    border-radius:2.5px;
    transition: all .5s ease 0s;
}

::-webkit-scrollbar-thumb:hover  {
    background-color:rgba(255, 255, 255, 1);
}

::-webkit-scrollbar-track  {
    background-color:rgba(255, 255, 255, .15);
}

::-webkit-scrollbar-button  {
    background-color: transparent;
}

::-webkit-scrollbar-corner  {
    background-color: transparent;
}


/*  END SCROLLBAR  */
/*  END SCROLLBAR  */


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

body  {
    background-color: #57C1E8;
}

#container  {
    width:100%;
    height:100%;
    margin: 0;
    border: 0;
    padding: 0;
    overflow-x: hidden;
    
}

#header  {
    width: 100%;
    height:50px;
    margin-top: 0px;
    background-color: white;
    box-shadow: 0px 0px 6px #4b4b4b;
    align-content: center;
    position: fixed;
    float: left;
    z-index: 5;
}

#headerblock  {
    width:90%;
    height:auto;
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
}

#navigation  {
    width:100%;
    height:50px;
    margin:0;
    position: fixed;
}

#logo  {
    margin-right: 18px;
    margin-top: 4px;
    margin-bottom: 6px;
    float:left;
}

#SDheader  {
    margin-top: 13px;
    margin-bottom: 4px;
    margin-right: 5px;
    float:left;
}

.headerdivider  {
    width:2px;
    height:30px;
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 5px;
    background-color: #F678C4;
    float:left;
}

#navigationlist  {
    width:auto;
    height:50px;
    position: auto;
    display:flex;
}

#navigation ul  {
    width:180px;
    height:20px;
    margin:0;
    padding: 0;
}

#navigation li  {
    display: inline;
    margin-right: 15px;
    color:#F678C4;
}

#navigation a:link  { 
    color: #F678C4;
    text-decoration: none;
    cursor: auto;
}

#navigation a:visited   { 
    color: #F678C4;
    text-decoration: none;
    cursor: auto;
}

#navigation a   { 
    color: #F678C4;
    text-decoration: none;
    cursor: auto;
}

#body  {
    height:auto;
    width:100%;
    margin: 0;
    padding: 0;
    float:left;
    position: relative;
    z-index: 1;
}

#bodyblock  {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    height:100%;
    width:100%;
    float: left;
    position: relative;
    z-index: 2;
}

#column  {
    height:auto;
    width: 76%;
    margin-left: 12%;
    margin-right: 12%;
    background-color: rgba(255,255,255,0);
    float: left;
    
}

#footer  {
    width:100%;
    height:auto;
    color:#4b4b4b;
    margin-top: 40px;
    padding-top: 30px;
    padding-left: 20px;
    float:left;
    position: relative;
    z-index: 1;
}

.foot  {
    font-family: sans-serif;
    font-size: 10px;
    color: #f8f8f8;
    opacity: .5;
}



/* ==   HOME PAGE    == */
/* ==   HOME PAGE    == */
/* ==   HOME PAGE    == */
/* ==   HOME PAGE    == */

#bodywelcome  {
    background-color: #ffffff;
    height:auto;
    width:100%;
    float: left;
    position: relative;
    z-index: 2;
    border-top: 5px solid #FF9D6C;
    border-bottom: 5px solid #FF9D6C;
}

img.dots  {
    display:block;
    height:auto;
    width:40px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

.welcomemessage  {
    font-family: 'Nunito:400', sans-serif;
    color: #F678C4;
    font-size: 16px;
    text-align: center;
    margin:0;
    
}

.messageframe  {
    width:100%;
    height:5px;
    background-color:#FF9D6C;
}



/* ==   CONTACT    == */
/* ==   CONTACT    == */
/* ==   CONTACT    == */
/* ==   CONTACT    == */
/* ==   CONTACT    == */
/* ==   CONTACT    == */


.contactblock  {
    width:100%;
    height:100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    position: relative;
    z-index: 2;
}

.contactimage  {
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.contactimage img {
    width:100%;
}

#bodycontact  {
    background-color: #ffffff;
    height:auto;
    width:100%;
    float: left;
    position: relative;
    z-index: 2;
    border-top: 5px solid #FF9D6C;
    border-bottom: 5px solid #FF9D6C;
}

.contactsubject  {
    font-family: 'Nunito:400', sans-serif;
    color: #F678C4;
    font-size: 18px;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    margin: 0;
}

.contactmessage  {
    font-family: 'Nunito:400', sans-serif;
    color: #F678C4;
    font-size: 16px;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    margin: 4px 0px 0px 0px;
}

.contactmessage a:link  { 
    color: #F678C4;
    text-decoration: underline;
    cursor: auto;
}

.contactmessage a:visited   { 
    color: #F678C4;
    text-decoration: underline;
    cursor: auto;
}





















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

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    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: " "; /* 1 */
    display: table; /* 2 */
}

.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: 120dpi) {
    /* Style adjustments for high resolution devices */
}

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

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

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

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