﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

section.space--xxs
 {
    padding-top: 1.85714286em;
    
}


footer.space--xxs {
    padding-top: 1.85714286em;
    padding-bottom: 1.85714286em;
}

section.space--xs,
footer.space--xs {
    padding-top: 3.71428571em;
    padding-bottom: 3.71428571em;
}

section.space--sm,
footer.space--sm {
    padding-top: 4.95238095em;
    padding-bottom: 4.95238095em;
}

section.space--md,
footer.space--md {
    padding-top: 11.14285714em;
    padding-bottom: 11.14285714em;
}

section.space--lg,
footer.space--lg {
    padding-top: 14.85714286em;
    padding-bottom: 14.85714286em;
}

h6 space--sm, 
div.space--sm {
    padding-top: 3.71428571em;
    padding-bottom: 3.71428571em;
}

div.space--xs,
h6.space--xs {
    padding-top: 1.85714286em;
    padding-bottom: 1.85714286em;
}

.divtitle {
    padding-top: 1.85714286em;
    
}

.row {
    margin-bottom: 20px;
}

.inputwidth {
    width: 350px;
}
.textareawidth {
    width: 700px;
}

/*.button-yellow {
    color: #333;
    background-color: #EDFF00;
    border-color: #EDFF00;
}

    .button-yellow:hover,
    .button-3d.button-yellow:hover,
    .button-reveal.button-yellow:hover {
        color: #333 !important;
        background-color: #fffc00 !important;
        border-color: #fffc00 !important;
    }*/


/*
320px — 480px: Mobile devices
481px — 768px: iPads, Tablets
769px — 1024px: Small screens, laptops
1025px — 1200px: Desktops, large screens
1201px and more —  Extra large screens, TV

*/

@media screen and (max-width:480px) {
    .divspace {
        margin-bottom: 20px;
    }

    .inputwidth,
    .textareawidth {
        width: 335px;
    }
}


